home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / dpmigcc5.zip / RSX / SOURCE / DJLIBRSX / GETPPID.S < prev    next >
Text File  |  1994-05-27  |  118b  |  8 lines

  1. /    int getppid ( void )
  2.  
  3.         .globl  _getppid
  4. _getppid:
  5.     movw    $0x7f29,%ax
  6.         int     $0x21
  7.         ret
  8.